C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / RemoveAsync Method
The index.
The cancellation token.

In This Topic
RemoveAsync Method (C1SortDataCollection<T>)
In This Topic
Removes the item at the specified index from the collection.
Syntax
'Declaration
 
Public Overrides Function RemoveAsync( _
   ByVal index As Integer, _
   ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

index
The index.
cancellationToken
The cancellation token.
See Also